-
Notifications
You must be signed in to change notification settings - Fork 0
Changelog #12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changelog #12
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This pull request updates documentation and assets related to the Sonar project (previously referred to as "Cloudsmith Docker Sleuth"). The changes include adding a new animated GIF example, updating README documentation with new image references and text corrections, updating maintainer information, and revising the changelog with a new version and release date.
Key changes:
- Added a new simple.gif file for documentation
- Updated image references and descriptions in README
- Changed maintainer from Nick Peacock and Ranjan Singh to Colin Moynes
- Updated changelog with v1.0 release information dated 2026-01-06
Reviewed changes
Copilot reviewed 3 out of 10 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
| Docker/Sonar/simple.gif | New binary GIF file added for documentation purposes |
| Docker/Sonar/README.md | Updated image references and corrected section headers for better clarity |
| CONTRIBUTORS.md | Updated maintainer list to reflect current project ownership |
| CHANGELOG.md | Updated version number, release date, and restructured release notes |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
|
||
| #### Query a specific image and view detailed results. | ||
| #### Query for detailed results. | ||
| <img src="detailed.gif"> |
Copilot
AI
Jan 6, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The image reference "detailed.gif" doesn't match any of the existing files. The available files are "example.gif", "example-detailed.gif", and "example-untagged.gif". This reference should be corrected to match an existing file or the file should be renamed accordingly.
| <img src="detailed.gif"> | |
| <img src="example-detailed.gif"> |
|
|
||
| <img src="example-detailed.gif" width=50%> | ||
| #### Query for a specific image and detailed results. | ||
| <img src="image-detailed.gif"> |
Copilot
AI
Jan 6, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The image reference "image-detailed.gif" doesn't match any of the existing files. The available files are "example.gif", "example-detailed.gif", and "example-untagged.gif". This reference should be corrected to match an existing file or the file should be renamed accordingly.
| <img src="image-detailed.gif"> | |
| <img src="example-detailed.gif"> |
|
|
||
| <img src="example-untagged.gif" width=50%> | ||
| #### Query for untagged/ oprhaned images. | ||
| <img src="untagged.gif"> |
Copilot
AI
Jan 6, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The image reference "untagged.gif" doesn't match any of the existing files. The available file is "example-untagged.gif". This reference should be corrected to "example-untagged.gif" or the file should be renamed to match.
| <img src="untagged.gif"> | |
| <img src="example-untagged.gif"> |
| #### Query untagged images | ||
|
|
||
| <img src="example-untagged.gif" width=50%> | ||
| #### Query for untagged/ oprhaned images. |
Copilot
AI
Jan 6, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The spelling of "orphaned" is incorrect - it should be "orphaned" not "oprhaned".
| #### Query for untagged/ oprhaned images. | |
| #### Query for untagged/ orphaned images. |
📄 Summary
Briefly describe the purpose of this pull request. What problem does it solve or feature does it add?
🔍 Related Issues
Link to any related GitHub issues (e.g.,
Fixes #12,Closes #34):🧪 Type of Change
Please check the relevant type tag for this PR title:
[FIX]Bug fix[NEW]New thing[REFACTOR]Internal changes such as code restructuring or optimization that does not alter functionality[DOC]Documentation-only changes[CHORE]Maintenance, cleanup, or CI configuration🧪 How Has This Been Tested?
Describe how you tested your changes. Include CI runs, local tests, manual verification, or screenshots if applicable.
📸 Screenshots (if applicable)
If UI or logs are affected, include before/after screenshots or output.
✅ Checklist